-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: optimize i18n of community #868
Conversation
@h1z3y3 Is there a preview where you can see "community" tab in other languages to review it? On the other hand, I see that the change is correct. |
What you can do (workaround): temporarily rename |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments below:
Thanks |
@h1z3y3 Also change to [community_join]
other = "Únete a la Comunidad {{ .Site.Title }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are close to approval now!
Some minor issues remain though:
@eyllanesc & @deining |
@h1z3y3 I think that next time you should change en.toml and then the rest of us can see the change and also contribute in the other languages so you won't need our comments. |
It makes sense, thanks a lot! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nits about the Spanish translation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes made to de.toml
seem to be fine for me.
@geriom @eyllanesc Please re-approves. |
@geriom can you take a look at this so we can merge it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the comments. LGTM
Thanks all! |
@deining Thanks a lot for the reply in #864, I didn't know the method before.
I copied German from #867
and copied Spanish from #866
Please @deining & @eyllanesc help me to review, appreciate it.
What's more, I fix some leaks of tag (
</p>
) in thecommunity_links.html
file.